<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.floatingAd .ad {
	z-index: 1009;
	background: none;
	position: fixed;
	display: none;
}

.floatingAd a {
	color: #000000;
	display: inline-block;
	text-decoration: none;
}

.floatingAd a img {
	border: 0;
}

.floatingAd .close {
	/*display: none;*/
}

.floatingAd .opacity {
	position: absolute;
	top: 0;
	width: 100%;
	height: 36px;
	/*background-color: #000000;*/
	/*opacity: 0.20;*/
	/*filter: alpha(opacity=20);*/
}

.opacity1 {
	opacity: 0.90;
	/*filter: alpha(opacity=90);*/
}

.floatingAd .text {
	position: absolute;
	top: 0;
	width: 100%;
	height: 36px;
	color: #000000;
	line-height: 36px;
}

.floatingAd .text .button {
	position: relative;
	float: right;
	top: 10px;
	right: 5px;
	width: 16px;
	height: 16px;
	background: url("../images/close.png") no-repeat;
	cursor: pointer;
}

.floatingAd .text .title {
	display: inline-block;
	position: relative;
	float: left;
	font-size: 16px;
	margin-left: 5px;
	width: 320px;
	height: 36px;
	line-height: 36px;
}</pre></body></html>